Problem Note 19992: Calculated members created at the ALL level of an OLAP dimension are rendered incorrectly
Calculated members created at the ALL level of an OLAP dimension might
be rendered incorrectly in SAS Information Map Studio, SAS Web Report
Studio and SAS Web OLAP Viewer for Java. This problem does not generate
any errors. It is only evident when you are viewing the report. An
example of a calulated member in PROC OLAP that will generate this
rendering problem is as follows:
DEFINE
MEMBER "[Example].[DimAge].[All DimAge].[Age 12 to 13]" AS
"AGGREGATE({[DimAge].[All DimAge].[12],
[DimAge].[AllDimAge].[13]})";
A workaround is to create the member at a level other than the ALL
level. For example,
DEFINE
MEMBER '[Example].[DimAge].[Age 12 to 13]' AS
'AGGREGATE({[DimAge].[All DimAge].[12],
[DimAge].[AllDimAge].[13]}),
FORMAT_STRING="BEST20.2"';
Operating System and Release Information
SAS System | SAS Information Map Studio | Microsoft Windows Server 2003 Enterprise Edition | 3.1 | 4.31 | 9.1 TS1M3 SP4 | 9.3 TS1M0 |
Microsoft Windows Server 2003 Datacenter Edition | 3.1 | 4.31 | 9.1 TS1M3 SP4 | 9.3 TS1M0 |
Microsoft Windows 2000 Advanced Server | 3.1 | | 9.1 TS1M3 SP4 | |
Microsoft Windows 2000 Datacenter Server | 3.1 | | 9.1 TS1M3 SP4 | |
Microsoft Windows 2000 Server | 3.1 | | 9.1 TS1M3 SP4 | |
Microsoft Windows 2000 Professional | 3.1 | | 9.1 TS1M3 SP4 | |
Microsoft Windows NT Workstation | 3.1 | | 9.1 TS1M3 SP4 | |
Microsoft Windows Server 2003 Standard Edition | 3.1 | 4.31 | 9.1 TS1M3 SP4 | 9.3 TS1M0 |
Microsoft Windows XP Professional | 3.1 | 4.31 | 9.1 TS1M3 SP4 | 9.3 TS1M0 |
Windows Vista | 3.1 | 4.31 | 9.1 TS1M3 SP4 | 9.3 TS1M0 |
Windows Vista for x64 | 3.1 | 4.31 | 9.1 TS1M3 SP4 | 9.3 TS1M0 |
*
For software releases that are not yet generally available, the Fixed
Release is the software release in which the problem is planned to be
fixed.
Type: | Problem Note |
Priority: | medium |
Topic: | Data Management ==> Data Sources ==> Information map
|
Date Modified: | 2007-04-18 16:54:45 |
Date Created: | 2007-04-17 16:14:03 |